[INFO] cloning repository https://github.com/rikirzchoi/calyx-systolic-generator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rikirzchoi/calyx-systolic-generator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frikirzchoi%2Fcalyx-systolic-generator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frikirzchoi%2Fcalyx-systolic-generator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 565a6aca0a2d86d066cd8d4672ecc3852d113ef2
[INFO] checking rikirzchoi/calyx-systolic-generator against try#901d6c1c62d7c61e05469e996c297476078ee06b for pr-157082
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frikirzchoi%2Fcalyx-systolic-generator" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/rikirzchoi/calyx-systolic-generator
[INFO] finished tweaking git repo https://github.com/rikirzchoi/calyx-systolic-generator
[INFO] tweaked toml for git repo https://github.com/rikirzchoi/calyx-systolic-generator written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rikirzchoi/calyx-systolic-generator on toolchain 901d6c1c62d7c61e05469e996c297476078ee06b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+901d6c1c62d7c61e05469e996c297476078ee06b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rikirzchoi/calyx-systolic-generator already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+901d6c1c62d7c61e05469e996c297476078ee06b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bd52bfb311060048e7f2c70567dee4b9d2c36c34cdb0637a861314a82a41e1b3
[INFO] running `Command { std: "docker" "start" "bd52bfb311060048e7f2c70567dee4b9d2c36c34cdb0637a861314a82a41e1b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bd52bfb311060048e7f2c70567dee4b9d2c36c34cdb0637a861314a82a41e1b3" "/opt/rustwide/cargo-home/bin/cargo" "+901d6c1c62d7c61e05469e996c297476078ee06b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bd52bfb311060048e7f2c70567dee4b9d2c36c34cdb0637a861314a82a41e1b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bd52bfb311060048e7f2c70567dee4b9d2c36c34cdb0637a861314a82a41e1b3" "/opt/rustwide/cargo-home/bin/cargo" "+901d6c1c62d7c61e05469e996c297476078ee06b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling argh_shared v0.1.18
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking boxcar v0.2.13
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling cc v1.2.30
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]     Checking strum v0.25.0
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling argh_derive v0.1.18
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling serde_with_macros v3.14.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking pest v2.8.1
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]     Checking unicode-width v0.2.1
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]     Checking term v0.7.0
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]     Checking bytecount v0.6.9
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking nom_locate v4.2.0
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking tempfile v3.20.0
[INFO] [stderr]    Compiling pest_meta v2.8.1
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.44
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking twox-hash v2.1.1
[INFO] [stderr]    Compiling owo-colors v4.2.2
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]    Compiling slog-async v2.8.0
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]     Checking env_logger v0.9.3
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking lz4_flex v0.11.5
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling pest_generator v2.8.1
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]     Checking supports-color v2.1.0
[INFO] [stderr]     Checking supports-color v3.0.2
[INFO] [stderr]     Checking fd-lock v4.0.4
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling bon-macros v2.3.0
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]     Checking winnow v0.7.12
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]    Compiling camino v1.1.10
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]     Checking slog-term v2.9.1
[INFO] [stderr]     Checking fst-writer v0.2.6
[INFO] [stderr]     Checking mimalloc v0.1.48
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling sv-parser-macros v0.13.3
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]    Compiling delegate v0.13.4
[INFO] [stderr]     Checking cpu-time v1.0.0
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]    Compiling pest_derive v2.8.1
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking nom-greedyerror v0.5.0
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]    Compiling rhai_codegen v2.2.0
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]     Checking str-concat v0.2.0
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking cranelift-bitset v0.125.4
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking thin-vec v0.2.14
[INFO] [stderr]     Checking anstyle-query v1.1.3
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking anstream v0.6.19
[INFO] [stderr]     Checking cranelift-entity v0.125.4
[INFO] [stderr]     Checking ariadne v0.4.1
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.100
[INFO] [stderr]     Checking sv-parser-error v0.13.3
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]    Compiling pest_consume_macros v1.1.0
[INFO] [stderr]    Compiling nom-recursive-macros v0.5.1
[INFO] [stderr]    Compiling nom-packrat-macros v0.7.0
[INFO] [stderr]    Compiling nom-tracable-macros v0.9.1
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking string-interner v0.14.0
[INFO] [stderr]     Checking argh v0.1.18
[INFO] [stderr]     Checking symbol_table v0.3.0
[INFO] [stderr]     Checking serde_with v3.14.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]    Compiling sv-parser-syntaxtree v0.13.3
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking cider-idx v0.1.0 (/opt/rustwide/workdir/cider/idx)
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking rustyline v15.0.0
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking rustsat v0.7.3
[INFO] [stderr]     Checking nom-packrat v0.7.0
[INFO] [stderr]     Checking nom-tracable v0.9.1
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking nom-recursive v0.5.1
[INFO] [stderr]     Checking calyx-utils v0.7.1 (/opt/rustwide/workdir/calyx/utils)
[INFO] [stderr]     Checking rhai v1.22.2
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]    Compiling pulldown-cmark v0.9.6
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]     Checking clap_builder v4.5.41
[INFO] [stderr]     Checking pest_consume v1.1.3
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.100
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking bon v2.3.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking getopts v0.2.23
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking csv-core v0.1.12
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking fraction v0.15.3
[INFO] [stderr]     Checking colored v2.2.0
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]     Checking unicase v2.8.1
[INFO] [stderr]     Checking pretty v0.11.3
[INFO] [stderr]     Checking rusty-fork v0.3.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking simple_logger v4.3.3
[INFO] [stderr]     Checking csv v1.3.1
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking calyx-frontend v0.7.1 (/opt/rustwide/workdir/calyx/frontend)
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.100
[INFO] [stderr]     Checking baa v0.16.9
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking proptest v1.7.0
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking insta v1.43.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking vast v0.3.3
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking quick-xml v0.30.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking include_dir v0.7.4
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling manifest-dir-macros v0.1.18
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking clap v4.5.41
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]    Compiling calyx-stdlib v0.7.1 (/opt/rustwide/workdir/calyx/stdlib)
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]    Compiling calyx v0.7.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling tree-sitter v0.20.10
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking tempdir v0.3.7
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking half v1.8.3
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking tokio v1.47.0
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking criterion-plot v0.4.5
[INFO] [stderr]     Checking js-sys v0.3.77
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking serde_cbor v0.11.2
[INFO] [stderr]     Checking lsp-types v0.94.1
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]    Compiling calyx-lsp v0.7.1 (/opt/rustwide/workdir/calyx-lsp)
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling tower-lsp-macros v0.9.0
[INFO] [stderr] error: could not compile `bindgen` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/901d6c1c62d7c61e05469e996c297476078ee06b/bin/rustc --crate-name bindgen --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.72.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--warn=clippy::pedantic' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' --warn=unused_qualifications '--allow=clippy::unreadable_literal' '--allow=clippy::unnecessary_wraps' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::too_many_lines' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::similar_names' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::maybe_infinite_iter' '--allow=clippy::match_same_arms' '--allow=clippy::items_after_statements' '--allow=clippy::implicit_hasher' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::enum_glob_use' '--allow=clippy::default_trait_access' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static"))' -C metadata=9e99b63bddf61b06 -C extra-filename=-91ab4d2363da6974 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-e3d651804dbb5be8.rmeta --extern cexpr=/opt/rustwide/target/debug/deps/libcexpr-0e530801a4c05b73.rmeta --extern clang_sys=/opt/rustwide/target/debug/deps/libclang_sys-3abcb4431e9b0aeb.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-dde15f8adccc1d6d.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-d8665169c487d19b.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-60c6fa93c90874f2.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-6e97ea523c657d46.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-b734c5d09be80aba.rmeta --extern shlex=/opt/rustwide/target/debug/deps/libshlex-258c8bec04b9d869.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-7ae43d5fbe1eb75d.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `sv-parser-syntaxtree` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/901d6c1c62d7c61e05469e996c297476078ee06b/bin/rustc --crate-name sv_parser_syntaxtree --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sv-parser-syntaxtree-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f3150d21a48c4e8 -C extra-filename=-b2ba38d0456baab2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern sv_parser_macros=/opt/rustwide/target/debug/deps/libsv_parser_macros-2ff8fcdb74ca5a9a.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "bd52bfb311060048e7f2c70567dee4b9d2c36c34cdb0637a861314a82a41e1b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd52bfb311060048e7f2c70567dee4b9d2c36c34cdb0637a861314a82a41e1b3", kill_on_drop: false }`
[INFO] [stdout] bd52bfb311060048e7f2c70567dee4b9d2c36c34cdb0637a861314a82a41e1b3
